POV-Ray : Newsgroups : povray.general : Radiosity troubles in POV. : Re: Radiosity troubles in POV. Server Time
29 Jul 2024 00:29:44 EDT (-0400)
  Re: Radiosity troubles in POV.  
From: Nieminen Mika
Date: 12 Aug 1998 10:15:59
Message: <35d1958f.0@news.povray.org>
In povray.general Jon Berndt <jsb### [at] hal-pcorg> wrote:
: Very nice, very helpful. I would be interested in seeing the values you
: used.

global_settings
{ ambient_light <1,1,1>*4
  radiosity
  { brightness 8
    count 400
    distance_maximum 1
    error_bound .2
    gray_threshold .1
    low_error_factor .5
    minimum_reuse .001
    nearest_count 6
    recursion_limit 1
  }
}

camera { location -z*17 look_at 0 }

// Room
difference
{ box { <-12,-9,-19><12,9,12> }
  box { <-11,-8,-18><11,8,11> }
  pigment { rgb <1,1,.8> }
}
box
{ <-11,-8,-18><-10.99,8,11>
  pigment { rgb <1,.5,0> }
}
box
{ <11,-8,-18><10.99,8,11>
  pigment { rgb <0,.5,1> }
}



-- 
                                                              - Warp. -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.